romlib: Add calloc_free register function
authorSathees Balya <[email protected]>
Wed, 14 Nov 2018 11:57:10 +0000 (11:57 +0000)
committerSathees Balya <[email protected]>
Thu, 22 Nov 2018 17:26:57 +0000 (17:26 +0000)
Register functions have to be added to the
jump table to allow patching in the
future

Change-Id: I57a885f7fc6290ea74a6096aea5b1867b2098eb7
Signed-off-by: Sathees Balya <[email protected]>
lib/romlib/jmptbl.i

index 5e33e0e1b1c6bc065727a9a1d8d389d116bcd1fb..5eca5aab30c1ebcf0bc855ca8b8096494954a804 100644 (file)
 20     mbedtls mbedtls_pk_init
 21     mbedtls mbedtls_pk_parse_subpubkey
 22     mbedtls mbedtls_pk_verify_ext
-23     mbedtls mbedtls_platform_set_snprintf
-24     mbedtls mbedtls_x509_get_rsassa_pss_params
-25     mbedtls mbedtls_x509_get_sig_alg
-26     mbedtls mbedtls_md_info_from_type
-27     c       exit
-28     c       atexit
\ No newline at end of file
+23     mbedtls mbedtls_platform_set_calloc_free
+24     mbedtls mbedtls_platform_set_snprintf
+25     mbedtls mbedtls_x509_get_rsassa_pss_params
+26     mbedtls mbedtls_x509_get_sig_alg
+27     mbedtls mbedtls_md_info_from_type
+28     c       exit
+29     c       atexit
\ No newline at end of file